home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00249_soundstop + cursor 12 set.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  224 b   |  12 lines

  1. on exitFrame
  2.   global IQcursor
  3.   sound stop 1
  4.   sound stop 2
  5.   puppetSound(0)
  6.   clearCursors()
  7.   set the cursor of sprite 12 to IQcursor
  8.   repeat with i = 30 to 38
  9.     set the cursor of sprite i to IQcursor
  10.   end repeat
  11. end
  12.